runtime.gcControllerState.heapScan (field)
6 uses
runtime (current package)
metrics.go#L767: a.heapScan = gcController.heapScan.Load()
mgcpacer.go#L204: heapScan atomic.Uint64
mgcpacer.go#L462: " (scan ", gcController.heapScan.Load()>>20, " MB in ",
mgcpacer.go#L500: scan := c.heapScan.Load()
mgcpacer.go#L920: c.heapScan.Store(uint64(c.heapScanWork.Load()))
mgcpacer.go#L968: gcController.heapScan.Add(dHeapScan)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |